-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Macaron to be set to log through to gitea.log #5667
Allow Macaron to be set to log through to gitea.log #5667
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5667 +/- ##
==========================================
- Coverage 38.74% 38.71% -0.03%
==========================================
Files 330 330
Lines 48650 48697 +47
==========================================
+ Hits 18850 18855 +5
- Misses 27071 27112 +41
- Partials 2729 2730 +1
Continue to review full report at Codecov.
|
3928da6
to
21e41f7
Compare
Hmm. We should probably have this setting on by default. It would considerably reduce the amount of text that's spewed out during tests. We should do this as a separate PR as the integration tests will require some logging before we do that. |
21e41f7
to
408015c
Compare
cda22d1
to
57585bd
Compare
OK pushing the macaron logs to the files in the integration tests works but should be discussed in a different PR. |
Fix 4291 Signed-off-by: Andrew Thornton <art27@cantab.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
57585bd
to
cb3ddf1
Compare
@lunny Are you happy with the logs remaining at INFO for both Macaron and the router log? |
This PR implements a mechanism to allow Macaron to be set to log through to the gitea.log rather than simply to the console.
Fix #4291
Signed-off-by: Andrew Thornton art27@cantab.net